Visual Basic (Declaration) | |
---|---|
Overloads Public Sub AppendBoxes(Of T As Jpeg2000MultiBox)( _ ByVal fileName As String, _ ByVal boxes As List(Of T) _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Managed Extensions for C++ | |
---|---|
public: void AppendBoxes<T>( string* fileName, List<T>* boxes ) where T: Jpeg2000MultiBox |
C++/CLI | |
---|---|
public: void AppendBoxesgeneric<typename T> ( String^ fileName, List<T>^ boxes ) where T: Jpeg2000MultiBox |
Parameters
- fileName
- String containing the name of the JPEG 2000 file.
- boxes
- A list of Jpeg2000MultiBox objects containing the box data being appended.
Type Parameters
- T
For an example, refer to
Leadtools.Jpeg2000.Jpeg2000Engine.SaveComposite(RasterCodecs codecs, string fileName, List<CompositeJpxImages> compositeImages, Jpeg2000FileFormat format, int bitsPerPixel, int qualityFactor) example.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
Jpeg2000Engine ClassJpeg2000Engine Members
Overload List
AppendBox
AppendBoxes(Stream, List)
AppendFrames
AppendGmlData
ReadBox
Compression Using LEAD and JPEG Formats
File Formats - JPEG And LEAD Compressed
Bitmaps In Memory And In Files
JPEG2000 File Comments
JPEG And LEAD File Comments
Programming with JPEG 2000 Features
JPEG 2000 Boxes